All Questions
2 questions
1vote
0answers
196views
How can I check a checkbox in a canvas element?
I have an application to automate using Selenium-Java where I need to check the checkbox which is inside the Canvas element. The canvas code looks like this: Can anyone suggest/guide me on how can I ...
1vote
1answer
32views
Is there a way to get a list of IDs that are currently pinned on a website using Selenium?
I am creating a webscraper that needs to open up multiple tabs of items whose icons are filled. For example each page I need to open has div class="course-selector-item-pinned" in it's ...